home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / demo / wit472.zip / LIB / HELP / MORPHO / BCLOSE / BCLOSE.bin
Text File  |  1994-11-25  |  791b  |  18 lines

  1. OPERATOR
  2.  
  3. bclose --- binary closing
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The bclose operator computes a morphological closing on the binary input image. 
  9. A closing is a dilation followed by an erosion. The number of iterations 
  10. specified by the niterations parameter determines how many times that the 
  11. dilation/erosion sequence is executed. A closure has the effect of smoothing 
  12. objects and filling in small holes. The kernel parameter allows the user to 
  13. specify a vector of integers corresponding to the structuring element to be 
  14. applied to the input image. The vector is treated as a binary input where 
  15. all non-zero values are considered to be equivalent to 1. For more on the 
  16. use of the kernel, consult the documentation or help for the berode and 
  17. bdilate operators. 
  18.